Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add enabled property to lint options #124

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

mohammadkahelghi-grabtaxi
Copy link
Collaborator

add enabled property to lint options

@@ -167,6 +167,9 @@ private fun lintConfigs(
lintOptions: LintOptions,
project: Project
): LintConfigs {
// enable lint for all targets by default
val enabled = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Later we can infer this from project.plugins.hasPlugin("com.android.lin")

@mohammadkahelghi-grabtaxi mohammadkahelghi-grabtaxi merged commit 800b12a into master Mar 11, 2024
8 checks passed
@mohammadkahelghi-grabtaxi mohammadkahelghi-grabtaxi deleted the add-lint-enabled-property branch March 11, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants